.sh-footer-main {
    background-color: #2c3238;
    color: #FFFFFF;
    /* color: #FFF700; */
}

.sh-solid-button {
    background: #0084FD;
    border-color: #0084FD;
    /* color: #fff700; */
    color: #ffffff;
}
.sh-solid-button:hover {
    background: #0084FD;
    border-color: #0084FD;
    /* color: #fff700; */
    color: #ffffff;
}

.sh-product-plus-minus-button {
    border: 1px solid #0084FD;
    background-color: #0084FD;
    color: #ffffff;
    border-radius: 4px !important;
}

.sh-product-plus-minus-button:hover {
    border: 1px solid #0084FD;
    background-color: #ffffff;
    color: #0084FD;
    border-radius: 4px !important;
}


.collection-image {
    width: 100%;
    border-radius: 14px;
  }

img {
    border-radius: 12px;
  }

.sh-product-card-discount-tag {
    font-weight: 400 !important;
    border-radius: 8px 0px 8px 0px !important;
    right: auto !important;
    top: 0px !important;
    left: 0px !important;
    background-color: #0084fd;
    color: #ffffff;
}

.sh-product-card:hover {
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }

.sh-product-card {
    border: 1px solid #E5E5E5 !important;
    border-radius: 8px !important;
  }

.sh-bottom-nav-main {
    background-color: #eee;
}

.sh-product-card-enquiry {
    background-color: #32D851;
    border-color:#32D851;
}

.product-card-action-enquiry {
        padding: 6px;
        height: 40px;
        font-weight: 600;
        /* border: 1px solid var(--button-main); */
        background-color: #32D851;
        border-color:#32D851;
        /* border-radius: 50%; */
        display: flex;
        align-items: center;
        color: #ffffff;
        /* background: var(--contrast-color); */
        border-radius: 6px;
        font-size: 12px;
        width: 100%;
    }

.section-heading-container {
        display:none;
    }
.sh-product-card-price, .pr-list-discount {
        color:#0084FD;
}

.sh-footer-icon {
        color: #ffffff;
}

.sh-footer-copyright {
        color:#fff700;
}

.cat-card {
    padding: 34px 14px 0px 16px;
    text-align: center;
    box-sizing: border-box;
}

.generic-collection {
    /* flex-direction: column; */
    padding: 0px;
}


.whatsapp-enq-button-icon {
    font-size: 24px;
    margin: auto;
    color: white;
}


.vertical-social__socialBtn {
    background: #0084fd;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

